PHY SET EMITTER UPDATE

Set the update time for particles for spawning.

  Syntax
PHY SET EMITTER UPDATE ID, update#
  Parameters
ID
Integer
identification number of the emitter object
update#
Float
update time with 0.02 being the default

  Returns

  Description

This property controls how quickly new particles are spawned. This value is subtracted from a timer and when that timer is less than 0.0 then a new particle is spawned. As a result of this using lower values will help to ensure new particles are spawned more slowly whereas higher values will have an effect of particles dying off quickly and new ones being made quickly.

  Example Code
No example code is provided for this command